arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash
authorChin Liang See <[email protected]>
Sat, 17 Oct 2015 13:32:56 +0000 (08:32 -0500)
committerMarek Vasut <[email protected]>
Thu, 5 Nov 2015 01:34:15 +0000 (02:34 +0100)
With a working QSPI calibration, the SCLK can now run up to 100MHz

Signed-off-by: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Vikas Manocha <[email protected]>
Cc: Jagannadh Teki <[email protected]>
Cc: Pavel Machek <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
arch/arm/dts/socfpga_cyclone5_socdk.dts

index 546560979bd97809dd550c1f31437ab23c7f979e..9eb5a2209c63b721ec5bc7fd773572703ef368be 100644 (file)
@@ -89,7 +89,7 @@
                #size-cells = <1>;
                compatible = "n25q00";
                reg = <0>;      /* chip select */
-               spi-max-frequency = <50000000>;
+               spi-max-frequency = <100000000>;
                m25p,fast-read;
                page-size = <256>;
                block-size = <16>; /* 2^16, 64KB */